home *** CD-ROM | disk | FTP | other *** search
/ The Best of Tucows 3 / The Best of Tucows 3 - Disc 1.iso / setup95 / mnm20nt.cab / msnetmtg.inf < prev    next >
INI File  |  1997-09-04  |  42KB  |  1,093 lines

  1.  
  2. ; MSNETMTG.INF
  3. ; Setup INF file for Microsoft NetMeeting
  4.  
  5. ; Version  4,00,0,1372
  6.  
  7. [version]
  8. signature="$CHICAGO$"
  9.  
  10. AdvancedINF=2.5
  11.  
  12. [DefaultInstall]
  13.  
  14. CustomDestination = NetMtg.W95Error
  15.  
  16. [DefaultInstall.NT]
  17.  
  18. CopyFiles      = NetMtg.Install.Inf,NetMtg.Install.App,NetMtg.Install.App.NT,NetMtg.Install.Sys,NetMtg.Install.Shared,NetMtg.Install.Help
  19. DelFiles       = NetMtg.CleanPrev.App,NetMtg.CleanPrev.Sys
  20. AddReg         = NetMtg.Register.Remove,NetMtg.Install.Reg,NetMtg.Install.Reg.NT,NetMtg.Install.Reg.PerUser
  21. DelReg         = NetMtg.CleanPrev.Reg,NetMtg.CleanPrev.Reg.PerUser
  22. UpdateInis     = NetMtg.Install.Inis,NetMtg.Install.Inis.PerUser
  23. RegisterOCXs   = NetMtg.Add.OCX
  24. CustomDestination = NetMtg.Destination
  25. RunPostSetupCommands = NetMtg.Install.Cmds.NT
  26.  
  27. PerUserInstall = NetMtg.Install.UserStub
  28.  
  29. ; Uninstall section
  30. [NetMtg.Remove]
  31.  
  32. SmartReboot = I
  33.  
  34. BeginPrompt = NetMtg.Remove.BeginPrompt
  35. EndPrompt = NetMtg.Remove.EndPrompt
  36. CustomDestination = NetMtg.Existing
  37.  
  38. AddReg         = NetMtg.Remove.AddReg
  39. UnRegisterOCXs = NetMtg.Remove.OCX
  40.  
  41. DelFiles       = NetMtg.Remove.Sys,NetMtg.Remove.Help,NetMtg.Remove.App,NetMtg.Remove.App.NT
  42. RunPreSetupCommands = NetMtg.Remove.CommonProgramItem
  43. CheckAdminRights=1
  44.  
  45. PerUserInstall = NetMtg.Remove.UserStub
  46. DisplayName=%PRODUCT_NAME%
  47.  
  48. DelReg         = NetMtg.Remove.Reg,NetMtg.Remove.Reg.PerUser
  49. UpdateInis     = NetMtg.Remove.Inis,NetMtg.Remove.Inis.PerUser
  50.  
  51. [NetMtg.Remove.BeginPrompt]
  52. Prompt="%REMOVE_CONFIRMATION_PROMPT%"
  53. ButtonType=YESNO
  54. Title="%PRODUCT_NAME_AND_VER%"
  55.  
  56. [NetMtg.Remove.EndPrompt]
  57. Prompt="%REMOVE_COMPLETION_PROMPT%"
  58.  
  59. [DestinationDirs]
  60.  
  61. NetMtg.Install.App        = 49000  ; NetMtgDir
  62. NetMtg.Install.App.W95    = 49000  ; NetMtgDir
  63. NetMtg.Install.App.NT     = 49000  ; NetMtgDir
  64. NetMtg.Install.Temp.W95   = 49400  ; SourceDir
  65.  
  66. NetMtg.Install.Shared     = 11    ; LDID_SYS
  67. NetMtg.Install.Sys        = 11    ; LDID_SYS
  68. NetMtg.Install.Help       = 18    ; Help directory
  69. NetMtg.Install.Inf        = 17    ; LDID_INF
  70.  
  71. NetMtg.CleanPrev.App       = 49000 ; NetMtgDir
  72.  
  73. NetMtg.CleanPrev.Sys       = 11    ; LDID_SYS
  74.  
  75. NetMtg.Remove.App         = 49000  ; NetMtgDir
  76. NetMtg.Remove.App.W95     = 49000  ; NetMtgDir
  77. NetMtg.Remove.App.NT      = 49000  ; NetMtgDir
  78.  
  79. NetMtg.Remove.Sys         = 11    ; LDID_SYS
  80.  
  81. NetMtg.Remove.Help        = 18    ; Help directory
  82.  
  83. ; Sections for custom directory installation
  84.  
  85. [NetMtg.Destination]
  86. 49300,49301=ProgramFilesDir,5
  87.  
  88. 49200=NetMtgRequireIE4,22
  89.  
  90. 49000,49001,49002=NetMtgDir,1
  91.  
  92. 49400=SourceDir
  93.  
  94. [NetMtg.Existing]
  95. 49000,49001,49002=NetMtgDir.Remove,7
  96.  
  97. [NetMtgDir]
  98. HKLM,"%KEY_CONFERENCING%",'InstallationDirectory','%INSTALL_DIR_PROMPT%',"%49301%\%NETMTGDIR%"
  99.  
  100. [NetMtgDir.Remove]
  101. HKLM,"%KEY_CONFERENCING%",'InstallationDirectory','',''
  102. "","","",'%REMOVE_NODIR_ERROR%',""
  103.  
  104. [ProgramFilesDir]
  105. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%"
  106.  
  107. ; Force an error if this INF is run on Windows 95
  108. [NetMtg.W95Error]
  109. 49100=NetMtgW95Dir,6
  110. [NetMtgW95Dir]
  111. "","","",'%NO_W95_ERROR%',""
  112.  
  113. [NetMtgRequireIE4]
  114. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Last Update\IEXPLOREV4","CurrentVerTimestamp","",""
  115. "","","",'%IE4_REQUIRED_ERROR%',""
  116.  
  117. [NetMtg.Install.Cmds.NT]
  118.  
  119. [NetMtg.Remove.CommonProgramItem]
  120. %11%\nmpgmgrp.exe /d /c /n:"""%PGMITEM_NETMTG%"""
  121.  
  122. [NetMtg.Install.UserStub]
  123. DisplayName=%PRODUCT_NAME_AND_VER%
  124. ComponentID=NetMeeting
  125.  
  126. GUID={44BBA842-CC51-11CF-AAFA-00AA00B6015B}
  127.  
  128. Version=4,00,0,1372
  129. Locale=%LOCALE_ID%
  130. IsInstalled = 1
  131. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\msnetmtg.inf,NetMtg.Install.PerUser
  132.  
  133. [NetMtg.Remove.UserStub]
  134. DisplayName=%PRODUCT_NAME_AND_VER%
  135. ComponentID=NetMeeting
  136.  
  137. GUID={44BBA842-CC51-11CF-AAFA-00AA00B6015B}
  138.  
  139. Version=4,00,0,1372
  140. Locale=%LOCALE_ID%
  141. IsInstalled = 0
  142. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\msnetmtg.inf,NetMtg.Remove.PerUser
  143.  
  144. [NetMtg.Install.PerUser]
  145. CustomDestination = NetMtg.Existing
  146. AddReg            = NetMtg.Install.Reg.PerUser
  147. DelReg            = NetMtg.CleanPrev.Reg.PerUser
  148. UpdateInis        = NetMtg.Install.Inis.PerUser
  149.  
  150. [NetMtg.Remove.PerUser]
  151. DelReg            = NetMtg.Remove.Reg.PerUser
  152. UpdateInis        = NetMtg.Remove.Inis.PerUser
  153.  
  154. [NetMtg.Install.Inf]
  155. msnetmtg.inf
  156.  
  157. [NetMtg.Install.Shared]
  158.  
  159. lhacm.acm,,,32
  160.  
  161. ils.dll,,,32
  162. wldap32.dll,,,32
  163.  
  164. [NetMtg.Install.Help]
  165. conf.hlp
  166. conf.cnt
  167. msica.hlp
  168. msica.cnt
  169.  
  170. [NetMtg.Remove.Help]
  171. conf.hlp,,,1
  172. conf.cnt,,,1
  173. msica.hlp,,,1
  174. msica.cnt,,,1
  175.  
  176. [NetMtg.Install.Sys]
  177. msconf.dll
  178. msg723.acm
  179.  
  180. xmsconf.ocx
  181.  
  182. msh263.drv
  183. msh261.drv
  184.  
  185. nmpgmgrp.exe
  186.  
  187. [NetMtg.Remove.Sys]
  188. msconf.dll,,,1
  189. msg723.acm,,,1
  190.  
  191. xmsconf.ocx,,,1
  192.  
  193. msh263.drv,,,1
  194. msh261.drv,,,1
  195.  
  196. nmpgmgrp.exe
  197.  
  198. [NetMtg.CleanPrev.Sys]
  199.  
  200. ConfLnk.dll,,,1
  201. imsconf.dll,,,1
  202. nac.dll,,,1
  203. msiprt.dll,,,1
  204. rrcm.dll,,,1
  205. Confcp.dll,,,1
  206. ulclient.dll,,,1
  207. ulsvc.exe,,,1
  208.  
  209. l3codecb.acm,,,1
  210.  
  211. [NetMtg.Install.App.NT]
  212.  
  213. mnmcpi32.dll
  214. mnmcrsp_.dll
  215. mnmtddm_.dll
  216. mnmtddn_.dll
  217. mnmtdds_.dll
  218.  
  219. mnmhook_.dll
  220. mnmdd.inf
  221. mnmdd.dll
  222. mnmdd.sys
  223.  
  224. [NetMtg.Install.App]
  225.  
  226. conf.exe
  227. wb32.exe
  228. cb32.exe
  229. msconfft.dll
  230. dcap32.dll
  231. ulsulp.dll
  232. nmexchex.dll
  233.  
  234. license.txt
  235.  
  236. netmeet.txt
  237. RingIn.wav
  238. Blip.wav
  239.  
  240. MSGCCMCS.DLL
  241. MCS32.DLL
  242. GCC32.DLL
  243. MCATIPX.DLL
  244. MCATPSTN.DLL
  245. MCSNC.DLL
  246. GCCNC.DLL
  247. nmoss.dll
  248. NULLMDM.DLL
  249.  
  250. nac.dll
  251. rrcm.dll
  252. callcont.dll
  253. h245.dll
  254. h245ws.dll
  255. msica.dll
  256.  
  257. [NetMtg.Remove.App.NT]
  258.  
  259. mnmcpi32.dll,,,1
  260. mnmcrsp_.dll,,,1
  261. mnmtddm_.dll,,,1
  262. mnmtddn_.dll,,,1
  263. mnmtdds_.dll,,,1
  264.  
  265. mnmhook_.dll,,,1
  266. mnmdd.inf,,,1
  267. mnmdd.dll,,,1
  268. mnmdd.sys,,,1
  269.  
  270. [NetMtg.Remove.App]
  271.  
  272. conf.exe,,,1
  273. ft32.exe,,,1
  274. wb32.exe,,,1
  275. cb32.exe,,,1
  276. msconfft.dll,,,1
  277. dcap32.dll,,,1
  278. ulsulp.dll,,,1
  279. nmexchex.dll,,,1
  280.  
  281. license.txt,,,1
  282.  
  283. netmeet.txt,,,1
  284. RingIn.wav,,,1
  285. Blip.wav,,,1
  286. callLog.dat,,,1
  287.  
  288. MSGCCMCS.DLL,,,1
  289. MCS32.DLL,,,1
  290. GCC32.DLL,,,1
  291. MCATIPX.DLL,,,1
  292. MCATPSTN.DLL,,,1
  293. MCSNC.DLL,,,1
  294. GCCNC.DLL,,,1
  295. nmoss.dll,,,1
  296. NULLMDM.DLL,,,1
  297.  
  298. nac.dll,,,1
  299. rrcm.dll,,,1
  300. callcont.dll,,,1
  301. h245.dll,,,1
  302. h245ws.dll,,,1
  303. msica.dll,,,1
  304.  
  305. [NetMtg.CleanPrev.App]
  306.  
  307. soedber.dll,,,1
  308. Type.wav,,,1
  309. mnmccl_.dll,,,1
  310. mnmhlp_.dll,,,1
  311. mnmclpm_.dll,,,1
  312. mnmcpi_.dll,,,1
  313. mnmgdc_.dll,,,1
  314. mnmtdd_.dll,,,1
  315. mnmtph16.dll,,,1
  316. mnmtph32.dll,,,1
  317. mnmcmg_.dll,,,1
  318. mnmmg_.dll,,,1
  319. obscure.bmp,,,1
  320. netmtgrm.exe,,,1
  321. msconfft.exe,,,1
  322. msmcstcp.dll,,,1
  323.  
  324. ossapi.dll,,,1
  325. ossmem.dll,,,1
  326. soedper.dll,,,1
  327.  
  328. MOSSAPI.DLL,,,1
  329. MOSSDMEM.DLL,,,1
  330. MSSAPI.DLL,,,1
  331. MSTRAIN.DLL,,,1
  332. MUSTRAIN.DLL,,,1
  333. MSBER.DLL,,,1
  334. MSPER.DLL,,,1
  335. msiprt.dll,,,1
  336. qos.dll,,,1
  337. vcmstrm.dll,,,1
  338. wldap32.dll,,,1
  339. uls.dll,,,1
  340. icadll.dll,,,1
  341.  
  342. mnmcltp_.dll,,,1
  343. mnmcorp_.dll,,,1
  344. mnmmsg_.dll,,,1
  345. mnmwb_.dll,,,1
  346. ft32.exe,,,1
  347.  
  348. ica.exe,,,1
  349. isdm2.dll,,,1
  350.  
  351. [NetMtg.Register.Remove]
  352. ; Register NetMtg for uninstall
  353. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetMeeting,"DisplayName",,"%PRODUCT_NAME_AND_VER%"
  354. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetMeeting,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\msnetmtg.inf,NetMtg.Remove"
  355.  
  356. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetMeeting,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\msnetmtg.inf,NetMtg.Remove,5"
  357.  
  358. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetMeeting,"RequiresIESysFile",,"4.70.0.1155"
  359.  
  360. [NetMtg.Install.Reg]
  361. ; Entries for Conf.exe
  362.  
  363. HKLM,%KEY_CONFERENCING%,"InstallationDirectory",,"%49001%"
  364.  
  365. HKLM,%KEY_CONFERENCING%,"NodeControllerName",,"conf.exe"
  366.  
  367. ; Entries for Internet Call
  368. HKLM,"SOFTWARE\Clients\Internet Call",,,"Microsoft NetMeeting"
  369. HKLM,"SOFTWARE\Clients\Internet Call\Microsoft NetMeeting",,,"Microsoft NetMeeting"
  370. HKLM,"SOFTWARE\Clients\Internet Call\Microsoft NetMeeting\Protocols\callto",,,"URL: CallTo Protocol"
  371. HKLM,"SOFTWARE\Clients\Internet Call\Microsoft NetMeeting\Protocols\callto","EditFlags",1,02,00,00,00
  372. HKLM,"SOFTWARE\Clients\Internet Call\Microsoft NetMeeting\Protocols\callto","URL Protocol",,""
  373.  
  374. HKLM,"SOFTWARE\Clients\Internet Call\Microsoft NetMeeting\Protocols\callto\DefaultIcon",,,"%49001%\conf.exe,1"
  375. HKLM,"SOFTWARE\Clients\Inter